projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1668a22
)
* eglot.el (eglot-eldoc-function): fix outdated docstring.
author
Evgeni Kolev
<evgenysw@gmail.com>
Mon, 30 Dec 2019 09:13:08 +0000
(11:13 +0200)
committer
João Távora
<joaotavora@gmail.com>
Mon, 30 Dec 2019 09:13:08 +0000
(09:13 +0000)
Fix https://github.com/joaotavora/eglot/issues/387
lisp/progmodes/eglot.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/eglot.el
b/lisp/progmodes/eglot.el
index 5abdfc54af0f6c6ea2ff9d6627765041e111d861..0d2433e9c0581462ab37277b89f58843f9b4af56 100644
(file)
--- a/
lisp/progmodes/eglot.el
+++ b/
lisp/progmodes/eglot.el
@@
-2254,8
+2254,7
@@
potentially rename EGLOT's help buffer."
(eldoc-message string)))
(defun eglot-eldoc-function ()
- "EGLOT's `eldoc-documentation-function' function.
-If SKIP-SIGNATURE, don't try to send textDocument/signatureHelp."
+ "EGLOT's `eldoc-documentation-function' function."
(let* ((buffer (current-buffer))
(server (eglot--current-server-or-lose))
(position-params (eglot--TextDocumentPositionParams))